.customer {
            width: 100%;
            display: flex;
            justify-content: center;
            margin-top: 66px;
            margin-bottom: 42px;
        }
        .customer-box{
            width: 100%;
        }
        .customer .customer-box .ul {
            display: flex;
            justify-content: space-between;
             width: 100%;
            min-width: 600px;
            overflow-x: auto;
        }
        .inline_new {
            position: relative;
            flex:1;
            padding: 0 24px;
            border-right:1px dashed #f1f1f1;
        }
        .inline_new:last-child{
            border-right: none;
        }
        .inline_new .shiping_new {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .inline_new .shiping_new a{
            font-size: 18px;
            font-weight: bold;
            color: #333;
        }
        .inline_new .shiping_new a:hover{
            color: #0099ff;
        }
        .customer-box .ul ul li {
            padding: 24px 0 16px 0;
            width: 100%;
            border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
        }
        .inline_new .ul1_new{
             width: 100%;
             text-align: left;
        }
      
        .inline_new .ul1_new a {
            display: inline-block;
            width: 240px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            color: #333;
        }
         @media screen and (max-width: 1200px) {
             .inline_new .ul1_new a {
                 width: 150px;
             }
         }
          @media screen and (max-width: 700px) {
             .inline_new .ul1_new a {
                 width: 120px;
             }
         }
        .inline_new .ul1_new a:hover{
            color: #0099ff;
        }